START INTERVAL
START INTERVAL starts an interval. Sync Mode specifies if the interval function is synchronised to the main program (default=0), or runs independently (as a thread). Delay is the time in milliseconds that will pass between each repeated call (default=0). Repeats is the number of times the function shall be repeated. The default value of 0 will let the interval function repeat until STOP INTERVAL is called.
ARGUMENTS:
* Interval Number = the interval number to start
* Sync Mode = specifies whether or not the interval is synchronised to the main program
optional:
* Delay = number of milliseconds between each call
* Repeats = number of repeated calls
or
* Interval Number = the interval number to start
SYNTAX
START INTERVAL Interval Number,Sync Mode [,Delay,Repeats]
START INTERVAL Interval Number
RELATED INFO
View Intervals, References and Callbacks Index
View STYX Index
View STYX Main File
